home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / compiler / main.lisp.rej < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.0 KB  |  37 lines

  1. ***************
  2. *** 7,13 ****
  3.   ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
  4.   ;;;
  5.   (ext:file-comment
  6. !   "$Header: main.lisp,v 1.77 92/11/18 23:33:54 wlott Exp $")
  7.   ;;;
  8.   ;;; **********************************************************************
  9.   ;;;
  10. --- 7,13 ----
  11.   ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
  12.   ;;;
  13.   (ext:file-comment
  14. !   "$Header: main.lisp,v 1.78 92/11/25 10:32:29 wlott Exp $")
  15.   ;;;
  16.   ;;; **********************************************************************
  17.   ;;;
  18. ***************
  19. *** 1370,1376 ****
  20.          (*last-message-count* 0)
  21.          (*info-environment*
  22.           (or (backend-info-environment *backend*)
  23. !         *info-environment*)))
  24.         (with-compilation-unit ()
  25.       (loop
  26.         (multiple-value-bind (form tlf eof-p)
  27. --- 1369,1377 ----
  28.          (*last-message-count* 0)
  29.          (*info-environment*
  30.           (or (backend-info-environment *backend*)
  31. !         *info-environment*))
  32. !        (*gensym-counter* 0))
  33. !       (clear-stuff)
  34.         (with-compilation-unit ()
  35.       (loop
  36.         (multiple-value-bind (form tlf eof-p)
  37.